ResolvedMovementConstraint

data class ResolvedMovementConstraint(val overshoot: Float)

The effective movement constraint for a block, returned by EditorApi.getMovementConstraint. null is returned when the block is unconstrained.

Constructors

Link copied to clipboard
constructor(overshoot: Float)

Properties

Link copied to clipboard